home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / music and sound / qt qdesign decomp / qdesign_decomp readme next >
Encoding:
Text File  |  2000-06-23  |  618 b   |  16 lines

  1. /*
  2.  
  3. QDesign decompression information:
  4.  
  5. This sample is designed to show you how to create the required QuickTime atom and send
  6. it to the QDesign decompression codecs so that you can decompress QDesign compressed
  7. AIFF files using the Sound Manager's SoundConvert routines and the QuickTime QDesign
  8. codecs.
  9.  
  10. This sample also shows a tecnique of playing a sound that doesn't rely on doing any
  11. work, other than setting a flag, at interrupt time.  Use this tecnique if you want to
  12. be a friendly application, but not if you can't stand to have sound dropouts.
  13.  
  14. The interesting bits are in PlaySound and SoundCallBackFcn.
  15.  
  16. */